home *** CD-ROM | disk | FTP | other *** search
- on(release){
- set("/Variables:VaVers01","ScCroix");
- set("/Variables:VaVers02","AbeiProche1");
- set("/Variables:Colonne",5);
- if(eval("/Variables:PositionPerso") eq "Auto")
- {
- set("/Variables:PositionPerso","Fontaine");
- tellTarget(Gregor)
- {
- gotoAndStop("MarcheGauche");
- play();
- }
- if(eval("/Variables:PersoPres") == 2)
- {
- set("/Variables:VaVers02","AbeiProche2");
- tellTarget(Prescott)
- {
- gotoAndStop("MarcheGauche");
- play();
- }
- }
- }
- else if(eval("/Variables:PositionPerso") eq "Fontaine")
- {
- tellTarget(Gregor)
- {
- gotoAndStop("180Gauche");
- play();
- }
- if(eval("/Variables:PersoPres") == 2)
- {
- set("/Variables:VaVers02","AbeiProche2");
- tellTarget(Prescott)
- {
- gotoAndStop("180Gauche");
- play();
- }
- }
- }
- }
-